/*Start*/
#msi_twYrsale {
  display: block;
  width: 100%;
  color: #000;
  font-size: 16px;
  background-color: #aee2ffe6;
  padding: 30px 0;
  /* font-family: "DINPro-Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif; */
}

#msi_twYrsale h2 {
  font-size: 2em;
  line-height: 1.2;
  text-align: center;
  color: #2c4659;
  margin-bottom: 30px;
}

#msi_twYrsale h2 span {
  color: #FFF;
}

#msi_twYrsale p {
  font-size: 17px;
  line-height: 1;
  font-weight: normal;
  /* font-family: "DINPro-Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif; */
  line-height: 1.5;
  color: #000;
  padding-top: 30px;
}

#msi_twYrsale img {
  max-width: 100%;
  display: block;
}

#msi_twYrsale .wrapper {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
}

#msi_twYrsale .section-bar {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
}

#msi_twYrsale .section-bar.pink {
  background-color: #eb0538;
}

#msi_twYrsale .section-bar.gray {
  background-color: #848484;
}

#msi_twYrsale .section-bar.darkgray {
  background-color: #524e4e;
}

#msi_twYrsale .msionlin-shop {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  /* background-color: #fff; */
}

#msi_twYrsale .msionlin-shopTitle {
  color: #535353;
  padding: 5% 0;
}

#msi_twYrsale .msionlin-shop .e-shopFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2%;
}

#msi_twYrsale .msionlin-shop .e-shopFlex__item {
  display: block;
  width: 40%;
  margin: 3% auto;
}



#msi_twYrsale .wtb {
  font-size: 1.2em;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 2% 5%;
}

#msi_twYrsale .wtbOnline {
  padding: 0 2%;
}


/* #msi_twYrsale .wtb__box {
  width: 100%;
  border: 1px solid rgb(88, 88, 88);
} */

#msi_twYrsale .wtb__box-info {
  background: #8ab9cd;
  color: #fff;
  width: 100%;
  padding: 10px;
  text-align: center;
  font-size: 23px;
  cursor: pointer;
  border-bottom: 1px solid rgb(255, 255, 255);
}
/*
#msi_twYrsale .wtb__box-info.sub-info {
  width: 100%;
  background-color: rgb(143, 143, 143);
  color: #FFF;
  font-size: 20px;
  transition: 0.2s;
} */

/* #msi_twYrsale .wtb__box-info.sub-info:hover {
  width: 100%;
  background-color: rgb(175, 175, 175);
  color: #FFF;
  font-size: 20px;
} */

#msi_twYrsale .wtb__box-title {
  font-weight: 900;
  color: #351d12;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  background: #577895;
    color: #fff;
    text-align: center;
    padding: 10px 0;
  /* display: none; */
}

#msi_twYrsale .wtb__box-title--active {
  display: flex;
}
/*
#msi_twYrsale .wtb__box-title li {
  list-style: none;
  text-align: left;
  color: #351d12;
  padding: 10px;

} */

#msi_twYrsale .wtb__box-title li:nth-child(1) {
  width: 10%;
}

#msi_twYrsale .wtb__box-title li:nth-child(2) {
  width: 20%;
}

#msi_twYrsale .wtb__box-title li:nth-child(3) {
  width: 15%;
}

#msi_twYrsale .wtb__box-title li:nth-child(4) {
  width: 55%;
}

#msi_twYrsale .wtb__box-content {
  font-weight: normal;
  color: #351d12;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 0 20px;
  margin: 0;
  background: #f1f1f1;
  border: 1px solid rgba(92, 92, 92, 0.089);

}

/* #msi_twYrsale .wtb__box-collapse {

  display: none;
} */

#msi_twYrsale .wtb__box-collapse--active {
  display: block;
}


#msi_twYrsale .wtb__box-content li {
  list-style: none;
  text-align: left;
  color: #664d40;
  padding: 5px;
  font-size: 17px;
}

#msi_twYrsale .wtb__box-content li a {
  text-decoration: underline;
  margin-left: 5px;
  color: #337ab7;
}

#msi_twYrsale .wtb__box-content li a:hover {
  text-decoration: none;
  color: #000;
}

#msi_twYrsale .wtb__box-content li .fa {
  margin-right: 30px;
  font-family: 'FontAwesome' !important;
}

#msi_twYrsale .wtb__box-content li:nth-child(1) {
  width: 10%;
}

#msi_twYrsale .wtb__box-content li:nth-child(2) {
  width: 20%;
}

#msi_twYrsale .wtb__box-content li:nth-child(3) {
  width: 15%;
}

#msi_twYrsale .wtb__box-content li:nth-child(4) {
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#msi_twYrsale .msiTw__rule {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  background-color: #FFF;
}

#msi_twYrsale .msiTw__rule .rule-box {
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  color: #000;
  text-align: left;
  line-height: 1.5;
  padding: 2%;
}

#msi_twYrsale .socialMedia {
  width: 100%;
  max-width: 750px;
  display: table;
  margin: 2% auto;
  text-align: center;
}

#msi_twYrsale .socialMedia__iconflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

#msi_twYrsale .socialMedia__iconflex-item {
  display: block;
  width: 45%;
  margin: 0 auto;
  text-align: center;
}

#msi_twYrsale .socialMedia__iconflex-item img {
  display: block;
  margin: 0 auto;
}

#msi_twYrsale .socialMedia__iconflex-item figure {
  width: 60%;
  margin: 0 auto;
}

#msi_twYrsale .socialMedia__iconflex-item a {
  display: block;
  font-size: 1.2em;
  line-height: 1.5;
  text-decoration: none;
  color: #000;
  text-decoration: underline;
  opacity: 1;
  -webkit-transition: 1.5s all;
  transition: 1.5s all;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#msi_twYrsale .socialMedia__iconflex-item a:hover {
  opacity: 0.6;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}

#msi_twYrsale .toggleBox {
  display: none;
}

@media screen and (max-width: 960px) {
  #msi_twYrsale h2 {
      font-size: 2em;
      font-weight: 500;
  }

  #msi_twYrsale .wtb {
      font-size: 1em;
  }

  #msi_twYrsale .wtb__box-title li:nth-child(1) {
      width: 25%;
  }

  #msi_twYrsale .wtb__box-title li:nth-child(2) {
      width: 21%;
  }

  #msi_twYrsale .wtb__box-title li:nth-child(3) {
      width: 53%;
  }

  #msi_twYrsale .wtb__box-content {
      font-weight: normal;
      color: #351d12;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0 0 0 20px;
      margin: 0;
      background: #f1f1f1;
      border: 1px solid rgba(92, 92, 92, 0.089);
  }

  #msi_twYrsale .wtb__box-content li {
      list-style: none;
      text-align: left;
      color: #664d40;
      padding: 5px;
  }

  #msi_twYrsale .wtb__box-content li a {
      text-decoration: underline;
      margin-left: 5px;
  }

  #msi_twYrsale .wtb__box-content li a:hover {
      text-decoration: none;
      color: #000;
  }

  #msi_twYrsale .wtb__box-content li:nth-child(1) {
      width: 25%;
  }

  #msi_twYrsale .wtb__box-content li:nth-child(2) {
      width: 21%;
  }

  #msi_twYrsale .wtb__box-content li:nth-child(3) {
      width: 53%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
  }

  #msi_twYrsale .msionlin-shop .e-shopFlex {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  }

  #msi_twYrsale .msionlin-shop .e-shopFlex__item {
      width: 50%;
  }
}

@media screen and (max-width: 768px) {
  #msi_twYrsale .wtb__box-title {
      font-weight: 900;
      color: #351d12;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0 0 0 10px;
      margin: 0;
  }

  #msi_twYrsale .wtb__box-title li {
      list-style: none;
      text-align: left;
      color: #351d12;
      padding: 10px;
  }

  #msi_twYrsale .wtb__box-title li:nth-child(1) {
      width: 28%;
  }

  #msi_twYrsale .wtb__box-title li:nth-child(2) {
      width: 21%;
  }

  #msi_twYrsale .wtb__box-title li:nth-child(3) {
      width: 51%;
  }

  #msi_twYrsale .wtb__box-content {
      padding: 0 0 0 10px;
  }

  #msi_twYrsale .wtb__box-content li .fa {
      margin-right: 10px;
  }

  #msi_twYrsale .wtb__box-content li:nth-child(1) {
      width: 28%;
  }

  #msi_twYrsale .wtb__box-content li:nth-child(2) {
      width: 21%;
  }

  #msi_twYrsale .wtb__box-content li:nth-child(3) {
      width: 51%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
  }
}

@media screen and (max-width: 480px) {
  #msi_twYrsale .wtb__box-title {
      padding: 0 0 0 5px;
  }

  #msi_twYrsale .wtb__box-title li:nth-child(1) {
      width: 28%;
  }

  #msi_twYrsale .wtb__box-title li:nth-child(2) {
      width: 30%;
  }

  #msi_twYrsale .wtb__box-title li:nth-child(3) {
      width: 42%;
  }

  #msi_twYrsale .wtb__box-content {
      padding: 0 0 0 5px;
  }

  #msi_twYrsale .wtb__box-content li .fa {
      margin-right: 10px;
  }

  #msi_twYrsale .wtb__box-content li:nth-child(1) {
      width: 28%;
  }

  #msi_twYrsale .wtb__box-content li:nth-child(2) {
      width: 30%;
  }

  #msi_twYrsale .wtb__box-content li:nth-child(3) {
      width: 42%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
  }

  #msi_twYrsale .msionlin-shop .e-shopFlex__item {
      width: 90%;
  }
}

/*# sourceMappingURL=tw_sale-v2.css.map */